CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl model

搜索资源列表

  1. Md2.rar

    0下载:
  2. 载入由3ds max生成的md2模型,进行动作控制,3ds max load generated by the MD2 model for motion control
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:278049
    • 提供者:刘阳
  1. MyMesh

    1下载:
  2. 利用OpenGL显示.off格式的三维网格模型-Display .off 3D mesh model by OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-20
    • 文件大小:100483
    • 提供者:Mia
  1. MyOpenGL

    0下载:
  2. OpenGL模拟的一个3维空间模型,VC++源码实现,一个模拟的3维视图,随着鼠标移动会改变视图,VC++6下可直接编译代码,仅此参考。 -OpenGL 3-D simulation of a space model, VC++ source code implementation, a simulated three-dimensional view, with the mouse will change the view, VC++6 compiler directly under th
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:595897
    • 提供者:林宇斌
  1. 4

    0下载:
  2. opengl 计算机图形学简单算法集合 :图形学,实现了著名的光照模型Phong模型,可以表示反射折射,镜面反射等光学现象-Graphics, to achieve the well-known Phong illumination model model, you can express reflection refraction, specular reflection and other optical phenomena-opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:268892
    • 提供者:james
  1. rabbit

    1下载:
  2. 是用opengl写的一个兔子模型,适合初学者,有旋转、偏移变换等操作 计算机图形学的一次小实验-Opengl is written in a rabbit model, suitable for beginners, with rotation, conversion and other operations offset a small experiment in computer graphics
  3. 所属分类:OpenGL program

    • 发布日期:2014-05-16
    • 文件大小:261120
    • 提供者:sasa
  1. glut_bunny

    0下载:
  2. 用opengl 中的 glut 库实现,载入兔子模型,打上光照显示出来-Opengl with glut in the library, loading the rabbit model, marked with light show
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1175791
    • 提供者:gzq
  1. yansemoxing

    0下载:
  2. OpenGL的颜色模型讲义 PPT格式 讲的很好-OpenGL color model format PPT lectures about good
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:955974
    • 提供者:
  1. 3dgame

    0下载:
  2. 几款3D游戏源码 OpenGL的组合图形 特殊的平面_树 MD2动画模型 射击、爆炸 碰撞检测 游戏进度保存 场景编辑-Game source 3D models a combination of OpenGL graphics plane _ a special MD2 animation model tree shooting, collision detection explosion scenes to preserve the progress of Games Edit
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8259633
    • 提供者:bymeok
  1. Tunnel

    0下载:
  2. opengl程序,用opengl编写的一条带围墙道路的模型,可以以摄像头模式移动场景,可以选择过滤模式。-opengl program using opengl written in a model with a wall of road, can move the camera scene mode, you can choose filtering mode.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:2186492
    • 提供者:6546
  1. OpenGLpointclouds

    0下载:
  2. OpenGL环境下点云模型的显示变换,介绍一种标准的3D点云模型OBJ文件的特点和基本结构,在VC++6.0平台下结合OpenGL完成了OBJ格式文件的读取和点云模型的三维显示、旋转、平移、缩放变换功能.实验结果表明,利用OpenGL开发的程序可以高效实时地实现点云的各种操作.-OpenGL environment, the display of point cloud model of transformation to introduce a standard 3D point cloud
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:322625
    • 提供者:赵明
  1. shiyan5

    0下载:
  2. 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective: To understand the principle of
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:596593
    • 提供者:jing
  1. water_reflect

    1下载:
  2. 一个用CG和OpenGL实现的水面特效 可实现水流效果和物体的倒影 导入模型为3ds格式-An OpenGL implementation with the CG and special effects can be realized water surface effects and the reflection of objects into 3ds format model
  3. 所属分类:OpenGL program

    • 发布日期:2014-10-05
    • 文件大小:2848698
    • 提供者:周圣川
  1. 344546433

    1下载:
  2. Opengl 实现STL模型 导入 导出 拖动 缩放 旋转。-Opengl achieve STL model of import and export drag the zoom rotation.
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-25
    • 文件大小:1634408
    • 提供者:123213123
  1. OBJShadow

    0下载:
  2. 根据Nehe阴影改写,可显示obj模型阴影-According to the shadow Nehe rewritten obj model can show the shadow of
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:252114
    • 提供者:dragon
  1. squarerotation

    0下载:
  2. OPENGL中实现方形的旋转和光照模型。有详细的代码和说明。(老师给的)-OPENGL square to achieve the rotation and illumination model. Detail and descr iption of the code. (Teacher give)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:88354
    • 提供者:洪凡
  1. testball

    0下载:
  2. OpenGL,地球模型,纹理加载,虚拟跟踪球的实现-OpenGL, the Earth model, texture loading, the realization of a virtual tracking ball
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3660239
    • 提供者:Fang Xiaojian
  1. MyDTM

    1下载:
  2. 一个数字地形程序。主要功能有:DEM数据读取,归一化;OpenGL中为DEM添加纹理数据;OpenGL中场景漫游操作;添加3ds模型到OpenGL场景中。-A digital terrain procedures. Main functions: DEM data read, normalized OpenGL texture for the add DEM data OpenGL scene roaming in operation add 3ds model to OpenGL sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:605000
    • 提供者:Edward
  1. Lightmap

    0下载:
  2. lightmap,glsl语言实现版本。自动生成模型的静态光贴图-lightmap, glsl language version. Automatically generated the static light maps of a model
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-04
    • 文件大小:1024
    • 提供者:dengnianchen
  1. md3loader

    0下载:
  2. Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/read
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2507281
    • 提供者:futuh
  1. load_model

    1下载:
  2. This program desmotrate how to load and 3d model with .OBJ format in openGL.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-23
    • 文件大小:7282490
    • 提供者:eliass
« 1 2 3 45 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com